Subedition Created
TopShot.SubeditionCreated
Emitted when a Subedition is created
Parameters:
- subeditionID: UInt32 - The ID of the created Subedition
- name: String - The name of the created Subedition
- metadata:
{String:String}- The metadata associated with the Subedition
pub event SubeditionCreated(subeditionID: UInt32, name: String, metadata: {String:String})